Security to these web services is set in the web.config file, which defaults to this location:
C:\Program Files*\ASI\iMIS\net\
The QueryService web service gives an administrator access to query results for a specific query or for the default query, if the Document folder is specified.
By default, the web.config value of the AppSetting key “secureQueryWebService” is set to “true”. When this value is “true”, only authenticated users with the SysAdmin role can access or run queries through the QueryService web service. When this value is set to “false”, anyone can access or run queries through this web service.
The QueryService.asmx web service file is located in the query folder: http://[domainname]/imis/AsiCommon/Services/query/queryservice.asmx
To secure MembershipWebService
MembershipWebService gives an administrator access to specific membership operations, such as changing user passwords, user names, logins, etc.
By default, the web.config value of the AppSetting key “secureMembershipWebService” is set to “true”. When this value is “true”, only authenticated users with the SysAdmin role can access or change this membership data through the MembershipWebService web service. When this value is set to “false”, anyone can access or change this membership data through this web service.
The MembershipWebService.asmx web service file is located in the membership folder: http://[domainname]/imis/AsiCommon/Services/membership/membershipwebservice.asmx